type google.golang.org/protobuf/internal/impl.mapReflect
14 uses
google.golang.org/protobuf/internal/impl (current package)
convert_map.go#L34: return protoreflect.ValueOfMap(&mapReflect{v, c.keyConv, c.valConv})
convert_map.go#L38: return v.Map().(*mapReflect).v
convert_map.go#L42: mapv, ok := v.Interface().(*mapReflect)
convert_map.go#L61: type mapReflect struct {
convert_map.go#L67: func (ms *mapReflect) Len() int {
convert_map.go#L70: func (ms *mapReflect) Has(k protoreflect.MapKey) bool {
convert_map.go#L75: func (ms *mapReflect) Get(k protoreflect.MapKey) protoreflect.Value {
convert_map.go#L83: func (ms *mapReflect) Set(k protoreflect.MapKey, v protoreflect.Value) {
convert_map.go#L88: func (ms *mapReflect) Clear(k protoreflect.MapKey) {
convert_map.go#L92: func (ms *mapReflect) Mutable(k protoreflect.MapKey) protoreflect.Value {
convert_map.go#L103: func (ms *mapReflect) Range(f func(protoreflect.MapKey, protoreflect.Value) bool) {
convert_map.go#L113: func (ms *mapReflect) NewValue() protoreflect.Value {
convert_map.go#L116: func (ms *mapReflect) IsValid() bool {
convert_map.go#L119: func (ms *mapReflect) protoUnwrap() interface{} {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)